home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / standard / asinh.z / asinh
Encoding:
Text File  |  1998-10-30  |  2.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. AAAASSSSIIIINNNNHHHH((((3333MMMM))))                                                            AAAASSSSIIIINNNNHHHH((((3333MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      asinh, acosh, atanh - inverse hyperbolic functions
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<mmmmaaaatttthhhh....hhhh>>>>
  13.  
  14.      ddddoooouuuubbbblllleeee aaaassssiiiinnnnhhhh((((ddddoooouuuubbbblllleeee xxxx))));;;;
  15.  
  16.      ddddoooouuuubbbblllleeee aaaaccccoooosssshhhh((((ddddoooouuuubbbblllleeee xxxx))));;;;
  17.  
  18.      ddddoooouuuubbbblllleeee aaaattttaaaannnnhhhh((((ddddoooouuuubbbblllleeee xxxx))));;;;
  19.  
  20. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.      These functions compute the designated inverse hyperbolic functions for
  22.      real arguments.
  23.  
  24. EEEERRRRRRRROOOORRRR ((((dddduuuueeee ttttoooo RRRRoooouuuunnnnddddooooffffffff eeeettttcccc....))))
  25.      These functions inherit much of their error from _l_o_g_1_p described in
  26.      _e_x_p(3M).
  27.  
  28. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  29.      In the diagnostics below, functions in the standard math library _l_i_b_m._a,
  30.      are referred to as -_l_m versions, those in math library _l_i_b_m_x._a are
  31.      referred to as -_l_m_x versions, and those in the the BSD math library
  32.      _l_i_b_m_4_3._a are referred to as -_l_m_4_3 versions.  The -_l_m and -_l_m_x versions
  33.      always return the default Quiet NaN and set _e_r_r_n_o to EDOM when a NaN is
  34.      used as an argument.  A NaN argument usually causes the -_l_m_4_3 versions to
  35.      return the same argument.  The -_l_m_4_3 versions never set _e_r_r_n_o.
  36.  
  37.      _a_c_o_s_h returns the default quiet NaN if the argument is less than 1.  The
  38.      -_l_m and -_l_m_x versions also set _e_r_r_n_o to EDOM.
  39.  
  40.      _a_t_a_n_h returns the default quiet NaN if the argument has absolute value
  41.      greater than 1.  The -_l_m and -_l_m_x versions also set _e_r_r_n_o to EDOM.
  42.  
  43.      See matherr(3M) for a description of error handling for -_l_m_x functions.
  44.  
  45. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  46.      math(3M), exp(3M), matherr(3M)
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.